home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
My Neighborhood
/
My Neighborhood.iso
/
mac
/
MacFiles
/
ExitPrk4.Dxr
/
00089.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-11-21
|
276 b
|
18 lines
on exitFrame
if random(4) = 1 then
go("Park1")
else
if random(4) = 2 then
go("Park2")
else
if random(4) = 3 then
go("Park3")
else
if random(4) = 4 then
go("Park4")
end if
end if
end if
end if
end